(and (< 1 n-pages) paging-key-bound)
use-descbind)
(not (and which-key-allow-evil-operators
- (boundp 'evil-this-operator)
- evil-this-operator)))
+ (bound-and-true-p evil-this-operator))))
(propertize (format "[%s %s]" key
(if use-descbind "help" next-page-n))
'face 'which-key-note-face))))
(not which-key-inhibit)
;; Do not display the popup if a command is currently being
;; executed
- (or (and which-key-allow-evil-operators evil-this-operator)
+ (or (and which-key-allow-evil-operators (bound-and-true-p evil-this-operator))
(null this-command)))
(which-key--create-buffer-and-show prefix-keys))))